projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d80739
)
(struct widget_value): New field this_one_change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Mar 1996 01:47:16 +0000
(
01:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Mar 1996 01:47:16 +0000
(
01:47
+0000)
lwlib/lwlib.h
patch
|
blob
|
history
diff --git
a/lwlib/lwlib.h
b/lwlib/lwlib.h
index 33c4321f1508269451cb8b367bf200913b37592e..6bf26fe23c4ef17289dd92c91c0945b4170facfd 100644
(file)
--- a/
lwlib/lwlib.h
+++ b/
lwlib/lwlib.h
@@
-48,6
+48,9
@@
typedef struct _widget_value
Boolean edited;
/* true if has changed (maintained by lw library) */
change_type change;
+ /* true if this widget itself has changed,
+ but not counting the other widgets found in the `next' field. */
+ change_type this_one_change;
/* Contents of the sub-widgets, also selected slot for checkbox */
struct _widget_value* contents;
/* data passed to callback */